home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1990-05-07  |  2KB  |  53 lines

  1. Echo off
  2. Cls
  3. C:
  4. CD \Packages\GanttPac
  5. IF not exist SCHEDULE.EXE GoTo files
  6. IF not exist SCHEDULE.KBS GoTo files
  7. IF not exist GANTT2.EXE GoTo files
  8. IF not exist GANTT2.PIC GoTo files
  9. IF not exist GANTT2.MSG GoTo files
  10. IF not exist GANTT2.KBG GoTo files
  11. IF not exist GANTT2.PRT GoTo files
  12. Copy SCHEDULE.KBS *.SKB
  13. SCHEDULE SCHEDULE
  14. Erase SCHEDULE.SKB
  15. Cls
  16. Echo To end this demonstration Press "Ctrl Break" then "Y" then "M".
  17. Echo Otherwise, we will continue with the GANTT demonstration.
  18. Pause
  19. Copy GANTT2.KBG *.GKB
  20. GANTT2 GANTT2
  21. Erase GANTT2.GKB
  22. CLS
  23. Echo We have ended the demonstration. You are ready to begin.
  24. Echo I will follow you through the first NEW command.
  25. Echo ----------------------------------------------------------------
  26. Echo You can access the Schedule and Gantt MENU by entering "M".
  27. Echo I will enter it for you this time.
  28. Pause
  29. Cls
  30. Type Menu.Doc
  31. Echo -------------------------------------------------------------------
  32. Echo Start with the "NEW" command. First you must pick an 8 (or less)
  33. Echo character project name. Don't enter it yet, just
  34. Pause
  35. Cls
  36. Type Menu.Doc
  37. Echo Enter "NEW project" at the DOS prompt.
  38. Echo -------------------------------------------------------------------
  39. Echo       "NEW" is the Command.
  40. Echo           "project" is the Project name you have chosen.
  41. Echo If you don't feel ready to start a project try the EASY command.
  42. GoTo End
  43. :Files
  44. ECHO             SCHEDULE and GANTT demonstration
  45. ECHO To use this procedure you must first install SCHEDULE on your hard disk.
  46. ECHO   Place the "Gantt-Pac 2" diskette in a diskette drive.
  47. ECHO   Make that diskette drive the default (A: or B:)
  48. ECHO   Enter "INSTALL" at the DOS prompt.
  49. Echo -
  50. Pause
  51. Menu
  52. :END
  53.